home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE3 / POWERBASE / SCRIPTS / Scripts / Elements / Script3 < prev    next >
Text File  |  2001-06-19  |  766b  |  37 lines

  1. !SCRIPT QUIET
  2.  
  3. !MESSAGE When finished look in !Elements.PrintJobs for output file
  4.  
  5. !COMMENT Make sure default print options set
  6. !PRINTOPTS
  7.  
  8. !COMMENT Load field selection
  9. !SELECTION Fields
  10.  
  11. !COMMENT Pre-sort by Group before reporting
  12. !SORT GP
  13.  
  14. !COMMENT Separate columns with a vertical bar with spaces before & after
  15. !SPACER  | 
  16.  
  17. !COMMENT Divide report into "pages" of 25 lines (incl. header & blanks)
  18. !PAGE 25
  19.  
  20. !COMMENT Set output destination to File
  21. !DESTINATION File
  22.  
  23. !COMMENT Use saved Query file 'MainGps' which prints Groups 1-7
  24. !COMMENT Note destination filename 'Groups1-7', followed by backslash
  25. !QUERY Groups1-7\MainGps
  26.  
  27. !COMMENT Clear selection
  28. !SELECTION
  29.  
  30. !COMMENT Restore default options
  31. !PRINTOPTS
  32.  
  33. !COMMENT Open PrintJobs directory
  34. !OBEY Run ShowDir
  35.  
  36.  
  37.